@charset "Shift_JIS";

/*--  --*/

.initiation_table th{ vertical-align:middle;}

/*-- 商品間スプレッドに対応したSCOとは？ --*/

.sco_combination th,.sco_combination td{width:14%; text-align:center;}

.sco_excluded{background:#e8e8e8; color:#747474;}

.h3_sco{
	background:url("../../images/dot.gif") left bottom repeat-x;
	padding-bottom:5px;
	color:#3366cc;
}

#sco_margin_money{
	/*--
	border:#3366cc 3px double;
	background:#dfe8f8;
	--*/
	border:#ffc6c5 3px double;
	background:#ffefef;
	padding:5px;
}

#sco_margin_money table{
	margin-left:20px;
}

.example_text{margin-left:75px;}

#sco_margin_money p{margin-left:20px; font-weight:bold; /*--border-bottom:#ffc6c5 1px solid;--*/}

#sco_margin_money table th{padding:0px 0px 5px 110px;}
#sco_margin_money table td{padding:0px 20px 5px 10px;}

.sco_margin_money_total{ border-top:#ff0000 1px solid; color:#ff0000; padding-top:5px !important;}

.caution li { list-style:none; padding:0px 0px 0px 14px !important; text-indent:-11px;}
* html .caution li { text-indent:-13px !important;}
*+html .caution li { text-indent:-13px !important;}



/*-- 時事注意書き --*/

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 0px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 20px;
    height: auto;
    opacity: 1;
}

/*-- 時事注意書きここまで --*/



/*-- タブ切り替え --*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}


/*-- タブ切り替えここまで --*/


/*-- チャートタブ --*/
/* ラジオボタンを全て消す */
input[name="tab_item"] {
display: none;
}
/* 選択されているタブのコンテンツのみを表示 */
#sample01:checked ~ #sample01_content,
#sample02:checked ~ #sample02_content,
#sample03:checked ~ #sample03_content,
#sample04:checked ~ #sample04_content,
#sample05:checked ~ #sample05_content,
#sample06:checked ~ #sample06_content{
display: block;
}
/* 選択されているタブのスタイルを変える */
div.tabs-sample input:checked + .tab_item {
background-color: #000;
color: #fff;
}
/* タブ切り替え全体のスタイル（任意） */
div.tabs-sample {
text-align:center;
}
/* タブのスタイル（任意） */
.tab_item {
padding:10px 20px;
border: solid #000 1px;
background-color: #fff;
font-size: 14px;
text-align: center;
line-height:1em;
color: #333;
display:inline-block;
font-weight: bold;
transition: all 0.2s ease;
margin:0;
}
.tab_item:hover {
opacity: 0.75;
}
/* タブ切り替えの中身のスタイル（任意） */
.tab_content {
display: none; /* ←のみ必ず必要 */
border:solid #ccc 1px;
margin:20px 0 0;
padding:15px;
}


/*-- チャートタブここまで --*/


/*-- ※マーク部分の設定 --*/
.mark_01:before{ content:"※" !important; position:relative; left:-2px;  font-size:12px !important;}
